/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
    SECONDARY_STREAM_INLET
    {
        type            patch;
        inGroups        1(patch);
        nFaces          83;
        startFace       28951;
    }
    PLENUM_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          156;
        startFace       29034;
    }
    HOLE_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          30;
        startFace       29190;
    }
    MAIN_STREAM_INLET
    {
        type            patch;
        inGroups        1(patch);
        nFaces          47;
        startFace       29220;
    }
    TOP_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          242;
        startFace       29267;
    }
    OUTLET
    {
        type            patch;
        nFaces          47;
        startFace       29509;
    }
    PLATE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          237;
        startFace       29556;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          29372;
        startFace       29793;
    }
)

// ************************************************************************* //
